LocationRepository_Factory

@DaggerGenerated
@Generated(value = "dagger.internal.codegen.ComponentProcessor", comments = "https://dagger.dev")
class LocationRepository_Factory : Factory<T>

Functions

Link copied to clipboard
open fun create(contextProvider: Provider<Application>, locationManagerProvider: Provider<LocationManager>): LocationRepository_Factory
Link copied to clipboard
open fun get(): LocationRepository
Link copied to clipboard
open fun newInstance(context: Application, locationManager: Lazy<LocationManager>): LocationRepository